Skip to content

feat(icon): replace launcher icon with night-sky moon-clock design#34

Merged
Xitee1 merged 1 commit into
mainfrom
feat/new-app-icon
Apr 19, 2026
Merged

feat(icon): replace launcher icon with night-sky moon-clock design#34
Xitee1 merged 1 commit into
mainfrom
feat/new-app-icon

Conversation

@Xitee1
Copy link
Copy Markdown
Owner

@Xitee1 Xitee1 commented Apr 19, 2026

Summary

  • Replaces the stock Android Studio clock vector with a custom adaptive-icon foreground (moon-clock above a bed) sized to the 72x72 safe zone of the 108x108 viewport.
  • Updates ic_launcher_background from the stock purple #5B5FE6 to the matching night-sky #1C2A5E.
  • Lands the source SVGs under docs/icon/ so the icon can be re-rendered for store listings later.

The legacy mipmap PNGs are intentionally not added: minSdk = 26 means every supported device renders the adaptive icon directly.

Test plan

  • ./gradlew :app:assembleDebug succeeds (vector drawable parses).
  • Install on a device (./gradlew installDebug) and confirm the launcher icon renders correctly under the standard mask shapes (circle, squircle, rounded square).
  • Confirm icon size/positioning in the launcher feels right; adjust the foreground scale factor if the motif looks too small or too large.

🤖 Generated with Claude Code

Replaces the stock Android Studio clock vector with a custom
adaptive-icon foreground (moon-clock above a bed, sized to the 72x72
safe zone) and updates the launcher background to the matching
#1C2A5E night-sky tone. Source SVGs are kept under docs/icon/ so the
icon can be re-rendered for store listings.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Xitee1 Xitee1 merged commit c72547e into main Apr 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant